@charset "UTF-8";
.w-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.common-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex.common-flex-xcenter {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-flex.common-flex-ycenter {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-flex.common-flex-xbetween {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-flex .common-flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  .ahover {
    cursor: pointer;
  }
  .ahover:hover {
    color: #336699 !important;
  }
}
@media screen and (max-width: 768px) {
  .w-1200 {
    padding: 0 0.2rem;
    width: 100%;
  }
}
* {
  padding: 0px;
  margin: 0px;
}

ol,
ul {
  margin-bottom: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
  color: #16528C;
}

p {
  margin: 0;
}

input,
button,
select,
textarea,
span,
audio,
video {
  outline: none;
}

/**********清除浮动***********/
.fixed:before,
.clearfix:before,
.cl:before,
body:before,
.header:before,
.main:before,
.footer:before,
.into_tabcon .img:before {
  content: "";
  display: table;
}

.fixed:after,
.clearfix:after,
.cl:after,
.header:after,
.main:after,
.footer:after,
.into_tabcon .img:after {
  content: "";
  display: table;
  clear: both;
}

[data-event=link] {
  cursor: pointer;
}

.yd_nav .navbar-toggler-icon img {
  width: 24px;
}

.pc_show {
  display: block;
}

.yd_show {
  display: none !important;
}

.navbar-fixed-top {
  background: white;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  opacity: 1;
  height: 90px;
  border-bottom: 1px solid #f4f4f4;
}

.home_nav {
  background: border-box;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  opacity: 1;
  border: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.d-block {
  display: block;
}

.d-in-block {
  display: inline-block;
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.in-flex {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-between {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.center,
.row-between.center {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hide {
  display: none;
}

.yd_nav {
  display: none;
}

.food {
  display: none;
}

.bg_f {
  background: #fff;
}

.bg_f6f9fb {
  background: #f6f9fb;
}

.bg_16528C {
  background: #16528C;
}

/**只显示一行**/
.text-row {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**显示两行**/
.text-row2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/**上边距**/
.m-t-5 {
  margin-top: 0.05rem;
}

.m-t-20 {
  margin-top: 0.2rem;
}

.m-t-50 {
  margin-top: 0.5rem;
}

.m-t-10 {
  margin-top: 0.1rem;
}

.m-l-10 {
  margin-left: 0.1rem;
}

.m-l-20 {
  margin-left: 0.2rem;
}

.m-l-30 {
  margin-left: 0.3rem;
}

.m-r-10 {
  margin-right: 0.1rem;
}

.m-lr-5 {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}

.p-t-10 {
  padding-top: 0.1rem;
}

.p-t-20 {
  padding-top: 0.2rem;
}

.p-t-30 {
  padding-top: 0.3rem;
}

.p-t-40 {
  padding-top: 0.4rem;
}

.p-t-50 {
  padding-top: 0.5rem;
}

.p-lr-10 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.p-lr-20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.p-lr-30 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.p-tb-20 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.p-tb-80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.p-b-20 {
  padding-bottom: 0.2rem;
}

.p-t-60 {
  padding-top: 0.6rem;
}

.p-t-70 {
  padding-top: 0.7rem;
}

.p-b-80 {
  padding-bottom: 0.8rem;
}

/**高度**/
.hei20 {
  width: 100%;
  height: 0.2rem;
}

.hei30 {
  width: 100%;
  height: 0.3rem;
}

.hei100 {
  width: 100%;
  height: 1rem;
}

.hei140 {
  width: 100%;
  height: 1.4rem;
}

.color-red {
  color: #F6342C;
}

.color-blue {
  color: #0456B3;
}

@media screen and (max-width: 900px) {
  .pc_nav {
    display: none;
  }
  .yd_nav {
    display: block;
  }
}
/* 头部 */
.header-pc {
  height: 3.38rem;
  width: 100%;
}

.header-pc .header-fixed {
  height: 3.38rem;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 99999;
  border-bottom: 1px solid #f4f4f4;
}

.header-top {
  width: 100%;
  height: 2.4rem;
  position: relative;
}

.header-top .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 100%;
     object-position: center 100%;
}

.header-top .absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-pc .logo {
  /* position: absolute; */
  /* left: 0px; */
  width: 4.3rem;
  height: 1.1rem;
  display: block;
  /* margin-top: 17px; */
  background: url(logo.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  margin-top: 0.65rem;
  border: 0;
}

.header-pc .current-date {
  color: #222;
  font-size: 0.15rem;
  margin-top: 0.15rem;
  display: inline-block;
}

.header-pc .search {
  margin-top: 0.9rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 3rem;
  height: 0.5rem;
  position: relative;
}

.header-pc .search input {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.16rem;
  color: #222222;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0 0 0.04rem;
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-pc .search .btn-search {
  width: 0.8rem;
  height: 0.5rem;
  background: #16528C;
  /* display: block; */
  /* line-height: 0.5rem; */
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0 0.04rem 0.04rem 0;
}

.header-pc .search .btn-search .icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.04rem;
}

.header-pc .transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #FFFFFF;
  /* border: 1px solid #f6f6f6; */
}

.header-pc .nav-box {
  width: 100%;
  background: #16528C;
}

.header-pc .nav {
  /* position: relative; */
  padding: 0.09rem 0;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-pc .nav .menu {
  width: 100%;
  display: inline-block;
  padding: 0 0.5rem;
}

.header-pc .nav .menu .i {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
  height: 0.19rem;
  display: inline-block;
  border-left: 1px solid #5B90C3;
  border-right: 1px solid #003467;
}

.header-pc .nav .menu .li {
  display: inline-block;
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.18rem;
  cursor: pointer;
  font-size: 0.22rem;
  border-radius: 4px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.header-pc .nav .menu .li:hover {
  background: rgba(255, 255, 255, 0.1);
  /* color: #105397; */
}

.header-pc .nav .menu .li.active {
  background: #fff;
  color: #105397;
}

.header-pc .nav .menu-13 {
  position: relative;
  padding-left: 155px;
}

.header-pc .nav .menu-13 .li:first-child {
  position: absolute;
  left: 71px;
  top: 50%;
  margin-top: -20px;
}

.header-pc .nav .menu-13 .i:nth-of-type(1) {
  display: none;
}

/* 透明 */
.header-pc.transparent {
  height: 0;
}

.header-pc.transparent .header-fixed {
  background: none;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0), transparent);
  background-image: -moz-linear-gradient(top, rgb(0, 0, 0), transparent);
  background-image: -o-linear-gradient(top, rgb(0, 0, 0), transparent);
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
  background-position: center;
  background-blend-mode: normal;
  border-bottom: 0;
}

.header-pc.transparent .logo {
  background: url(logow.png) no-repeat;
}

.header-pc.transparent .nav .menu li a {
  color: #fff;
}

.header-pc.transparent .nav .menu li a:hover {
  color: #16528C;
}

.header-pc.transparent .nav .menu li.active a {
  color: #16528C;
}

.header-pc.transparent .nav .menu .input_i .icon {
  /* background: #fff; */
}

.header-pc.transparent .nav .menu .li_ss .icon {
  background: url(ss.png) no-repeat;
}

.header-pc.transparent .nav .menu .input_ss input {
  border: 0;
}

/** 移动端头部 **/
.header-yd {
  height: 0.5rem;
  line-height: 0.5rem;
}

.header-yd .header-fixed {
  height: 0.5rem;
  line-height: 0.5rem;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 99999;
  border-bottom: 1px solid #f4f4f4;
}

.header-yd .nav {
  position: relative;
}

.header-yd .logo {
  position: absolute;
  left: 0;
  height: 0.275rem;
  width: 1.07rem;
  margin-top: 0.1125rem;
  background: url(logo.png) round;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  border: 0;
}

/*
.header-yd .logo img {
	width: 0.33rem;
	height: 0.52rem;
} */
.header-yd .nav .search {
  position: absolute;
  right: 0.35rem;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.15rem;
  background: url(icon-search.png) round;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.header-yd .nav .more {
  position: absolute;
  right: 0;
  width: 0.18rem;
  height: 0.16rem;
  margin-top: 0.17rem;
  z-index: 1000003;
  /* background: url(./img/dao.png) round; */
}

.header-yd .main-open {
  left: -3.5rem;
}

.header-yd .trigger {
  /* width: 30px;
  	height: 30px;
  	float: right;
  	margin-right: 50px;
  	margin-top: 50px;
  	position: relative; */
}

.header-yd .slider-mask {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1000001;
  /* transition: all 0.5s ease-in-out; */
}

.header-yd .slider {
  position: fixed;
  top: 0;
  right: -2.5rem;
  width: 2.5rem;
  height: 100%;
  background: #fff;
  z-index: 1000002;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-yd .open {
  right: 0;
}

.header-yd .trigger span {
  display: block;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: #1A1A1A;
  position: absolute;
  opacity: 1;
  -webkit-transform: rotate(0, 0);
     -moz-transform: rotate(0, 0);
      -ms-transform: rotate(0, 0);
       -o-transform: rotate(0, 0);
          transform: rotate(0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-yd .trigger span:nth-child(1) {
  top: 0;
}

.header-yd .trigger span:nth-child(2) {
  top: 0.06rem;
}

.header-yd .trigger span:nth-child(3) {
  top: 0.12rem;
}

.header-yd .trigger-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.06rem;
}

.header-yd .trigger-open span:nth-child(2) {
  width: 0;
}

.header-yd .trigger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.06rem;
}

.header-yd .nav .other {
  padding: 0 0.15rem;
  /* margin-top: 0.2rem; */
  height: 0.5rem;
  line-height: 0.5rem;
  /* text-align: center; */
  font-size: 0.14rem;
}

.header-yd .nav .other a {
  color: #999;
  font-size: 0.14rem;
}

.header-yd .nav .other .line {
  height: 0.1rem;
  width: 1px;
  margin: 0 0.05rem;
  background: #bbb;
  display: inline-block;
  position: relative;
  top: 0;
}

.header-yd .nav .menu {
  margin-top: 0.5rem;
  /* width: 100%; */
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0.16rem;
}

.header-yd .nav .menu li {
  height: 0.45rem;
  line-height: 0.45rem;
  width: 50%;
  border-radius: 0.04rem;
}

.header-yd .nav .menu li a {
  color: black;
  font-size: 0.16rem;
  text-align: right;
  display: inline-block;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1A1A1A;
  display: block;
  text-align: center;
}

.header-yd .nav .menu li:active {
  background: #ebebeb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-yd .nav .menu li.active a {
  color: #B73E35;
}

.header-yd .header-bszn {
  padding: 0.3rem 0.12rem 0 0.12rem;
}

.header-yd .header-bszn .img-group {
  /* margin-top: 0.03rem; */
  width: 100%;
}

.header-yd .header-bszn .img-group a {
  width: 49%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  display: block;
  margin-top: 0.05rem;
}

.header-yd .header-bszn .img-group a:nth-child(2n) {
  margin-left: 0;
}

.header-yd .header-bszn .img-group a:nth-child(2n+1) {
  margin-right: 0;
}

.header-yd .header-bszn .img-group a:first-child {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.header-yd .header-bszn .img-group .img {
  width: 100%;
  height: 0.4rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-yd .header-bszn a:first-child .img {
  height: 0.4rem;
}

.header-yd .search-form {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  position: fixed;
  top: -0.5rem;
  left: 0;
  z-index: 1000010;
  width: 100%;
  padding: 0 4%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-yd .search-form.show {
  top: 0;
}

.header-yd .search-form input {
  font-size: 0.16rem;
  color: #333;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  border: 0;
  outline: none;
}

.header-yd .nav-cover {
  position: absolute;
  bottom: 0;
  padding: 0.06rem 0.4rem 0.16rem 0.4rem;
}

.header-yd .nav-cover img {
  width: 100%;
  height: 0.45rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.06rem;
  border-radius: 0.05rem;
}

.header-yd .nav-cover a:first-child img {
  margin-top: 0;
}

/* 内容 */
.content {
  width: 1200px;
  /* min-width: 1170px; */
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.content-sm {
  padding: 0 200px;
}

/*** 网页内容 ***/
.main {
  width: 100%;
  /* padding-bottom: 100px; */
}

.main-bg1 {
  background: #f6f9fb;
}

.yd_banner {
  position: relative;
}

.yd_banner .bg {
  width: 100%;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*** 内容页banner ***/
.con-banner {
  width: 100%;
  min-width: 1170px;
}

.con-banner img {
  width: 100%;
}

/*** 内容页头部 ***/
.con-head {
  /* 	padding: 100px 0 50px 0;
  border-bottom: 1px solid #EBEBEB; */
}

.con-head .title {
  font-size: 0.34rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2E2F33;
  line-height: 0.34rem;
  display: block;
  text-align: center;
}

.con-head .desc {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9A9A9A;
  line-height: 0.24rem;
  display: block;
  text-align: center;
}

.con-head .desc:first-child {
  margin-top: 0px;
}

/*** 内容页内容 ***/
/* .con-content {
	padding: 0.4rem 0;
}

.con-content.line {
	border-bottom: 1px solid #EBEBEB;
}

.con-content-top {
	padding-top: 0.4rem;
}

.con-content-big {
	padding: 0.8rem 0;
}

.con-content-big-top {
	padding-top: 0.8rem;
} */
/*底部*/
/* pc底部 */
.footer-pc {
  background: #16528C;
  width: 100%;
  height: auto;
  color: #fff;
}

.footer-pc.white {
  background: #fff;
}

.footer-content {
  display: block;
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}

.footer .menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer .menu .li {
  width: 15%;
  text-align: center;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  display: block;
  height: 0.26rem;
  line-height: 0.26rem;
}

.footer .menu a:hover {
  /* color: #e5e5e5; */
}

.footer .menu-13 {
  position: relative;
  padding-left: 190px;
}

.footer .menu-13 .li:first-child {
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -15px;
}

.footer-pc .footer-bottom {
  margin-top: 0.52rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #e5e5e5;
  line-height: 33px;
}

.footer-pc .footer-bottom a {
  color: #e5e5e5;
}

.footer-pc .footer-bottom a:hover {
  color: #fff;
}

.footer-pc .footer-bottom .end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.footer-pc .footer-bottom .beian {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-pc .footer-bottom .tags {
  height: 0.36rem;
  display: inline-block;
  margin-left: 0.18rem;
}

.footer-pc .footer-bottom .qrcode-box {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.footer-pc .footer-bottom .qrcode {
  display: inline-block;
  text-align: center;
}

.footer-pc .footer-bottom .qrcode img {
  width: 1.14rem;
  display: block;
}

.add-line {
  border-bottom: 1px solid #EBE9F0;
}

.clear-line {
  border-bottom: 0 !important;
}

/*按钮*/
.btn_more {
  width: 1.43rem;
  height: 0.46rem;
  display: block;
  background: url(more.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: relative;
}

.btn_more::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 50%;
  width: 0;
  height: 0;
  background: #16528C;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_more:hover::after {
  left: 0;
  top: 0;
  width: 84%;
  height: 100%;
  opacity: 0.1;
  border-radius: 0;
}

.btn-more {
  color: #5C5E66;
  font-size: 0.14rem;
  font-family: Arial;
  font-weight: 400;
  cursor: pointer;
  line-height: 0.14rem;
  position: relative;
  letter-spacing: 0.01rem;
  display: inline-block;
  height: 0.24rem;
  line-height: 0.24rem;
  padding-right: 0.6rem;
}

.btn-more::before {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0.12rem;
  height: 0.01rem;
  background: #5C5E66;
  width: 0.55rem;
}

.btn-more::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0.09rem;
  display: inline-block;
  color: #5C5E66;
  width: 0.07rem;
  height: 0.07rem;
  border-style: solid;
  border-width: 0 0.01rem 0 0;
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-more:hover {
  color: #16528C;
}

.btn-more:hover::before {
  background: #16528C;
}

.btn-more:hover::after {
  color: #16528C;
}

.btn-more-bg {
  color: #fff;
  font-size: 0.14rem;
  font-family: Arial;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.01rem;
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  padding-right: 0.86rem;
  padding-left: 0.25rem;
  background: #16528C;
}

.btn-more-bg:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-more-bg::before {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 0.24rem;
  height: 0.01rem;
  background: #fff;
  width: 0.55rem;
}

.btn-more-bg::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 0.21rem;
  display: inline-block;
  color: #fff;
  width: 0.07rem;
  height: 0.07rem;
  border-style: solid;
  border-width: 0 0.01rem 0 0;
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-detail {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 44px;
  border-radius: 3px;
}

.btn-detail:hover {
  background: #16528C;
  border-color: #16528C;
  color: #fff;
}

.btn-prev,
.btn-next {
  width: 0.18rem;
  height: 0.33rem;
  display: inline-block;
  cursor: pointer;
  background: url(arrow-right-lg.png);
  -o-background-size: 100%;
     background-size: 100%;
  outline: none;
}

.btn-prev {
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.con-container {
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* 导航 */
.con-nav {
  display: block;
  text-align: left;
  width: 2.8rem;
  position: relative;
  padding-bottom: 0.4rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.nav-title {
  font-size: 0.14rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
  padding-top: 0.4rem;
  padding-bottom: 0.1rem;
}

.nav-title .icon {
  width: 0.18rem;
  margin-right: 0.05rem;
  margin-top: -0.02rem;
}

.nav-title a {
  color: #333333;
  display: inline-flex;
  align-items: center;
  min-height: 0.34rem;
}

.nav-title .active {
  color: #F6342C;
}

.nav-title .arrow-right {
  width: 0.07rem;
  height: 0.12rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
  background: url(arrow-right-gray.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.con-nav .title {
  width: 100%;
  height: 0.6rem;
  background: #0456B3;
  font-size: 0.24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.6rem;
  text-align: center;
}

.con-nav .con-nav-list {
  background: #F6F9FB;
  border: 1px solid #E9E7EF;
  margin-top: 0.03rem;
}

.con-nav .item {
  font-size: 0.2rem;
  font-family: Source Han Sans CN;
  color: #222222;
  display: block;
  cursor: pointer;
  width: -webkit-calc(100% - 0.03rem);
  width: -moz-calc(100% - 0.03rem);
  width: calc(100% - 0.03rem);
  line-height: 1.5;
  padding: 0.1rem 0 0.1rem 0.3rem;
  position: relative;
  margin-left: 0.04rem;
}

.con-nav .item.sub-2 {
  padding-left: 0.5rem;
}

.con-nav .item.sub-3 {
  padding-left: 0.7rem;
}

.con-nav-bszn {
  padding-top: 0.2rem;
}

.con-nav .sub {
  /* margin-top: 0.15rem; */
}

.con-nav .sub .item {
  color: #5C6266;
  margin-left: 0.15rem;
  line-height: 0.36rem;
  height: 0.36rem;
}

.con-nav .item:hover {
  color: #0456B3;
  background: #fff;
}

.con-nav .item.active {
  color: #0456B3;
  background: #fff;
}

.con-nav-cover img {
  width: 100%;
  margin-top: 0.05rem;
}

.nav-qrcodes {
  text-align: center;
  margin-top: 0.2rem;
}

.nav-qrcodes img {
  width: 1.14rem;
}

.nav-qrcodes span {
  display: block;
  line-height: 1.4;
  color: #999;
  font-size: 0.14rem;
}

/* 内容 */
.con-body {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: -webkit-calc(100% - 2.8rem);
  width: -moz-calc(100% - 2.8rem);
  width: calc(100% - 2.8rem);
}

.fixed-scroll-top {
  position: fixed;
  right: -webkit-calc(50% - 6.75rem);
  right: -moz-calc(50% - 6.75rem);
  right: calc(50% - 6.75rem);
  bottom: 0.4rem;
  width: 0.48rem;
  height: 0.73rem;
  background: url(btn-top.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: none;
  cursor: pointer;
}

.con-body .body .nav {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8A9399;
  line-height: 24px;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #DBDCDD;
}

.con-body .body .nav .t {
  color: #333333;
}

.con-body .body .nav a {
  color: #8A9399;
  display: inline;
}

.con-body .body .nav a:hover {
  color: #16528C;
}

.con-body .page {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

/*分页*/
.con_page {
  display: inline-block;
}

.con_page a,
.con_page span {
  margin: 0 0.04rem;
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.12rem;
  min-width: 0.5rem;
  font-size: 0.16rem;
  border: 1px solid #C2C6CC;
  text-decoration: none;
  color: black;
  margin-top: 0.1rem;
}

.con_page span {
  border: 1px solid #E5E5E5;
  color: #999;
}

.con_page a:hover {
  background: #E9EFF5;
  border-color: #16528C;
  color: #16528C;
}

.con_page .active {
  border-color: #16528C;
  background-color: #16528C;
  color: #fff;
}

.con_page .disabled {
  color: #999;
}

.con_page .prev {
  margin-left: 0;
  margin-right: 0.08rem;
}

.con_page .next {
  margin-left: 0.08rem;
  margin-right: 0;
}

.con_page .ellipsis {
  border: 0;
  color: black;
}

.not_found {
  padding: 0.8rem 0;
  display: block;
  width: 100%;
}

.not_found img {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2rem;
  width: 2.5rem;
}

.not_found p {
  letter-spacing: 0.02rem;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
}

.cniil_wza1 {
  cursor: pointer;
}

.cniil_wza1 img {
  height: 18px;
}

.cniil_wza2 {
  position: absolute;
  right: 0.66rem;
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.15rem;
}

.cniil_wza2 img {
  width: 100%;
  height: 100%;
  display: block;
}

.page-loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000000000;
  margin-top: 0px;
  top: 0px;
}

.page-loading .loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.page-loading .loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50% 50% 50% 50%;
}

.page-loading .object {
  width: 9px;
  height: 9px;
  background-color: #49a9ee;
  position: absolute;
  border-radius: 50% 50% 50% 50%;
  -webkit-animation: page-loading-animate 0.8s infinite;
  -moz-animation: page-loading-animate 0.8s infinite;
    -o-animation: page-loading-animate 0.8s infinite;
       animation: page-loading-animate 0.8s infinite;
}

.page-loading .object_one {
  top: 9px;
  left: 9px;
}

.page-loading .object_two {
  top: 0px;
  left: 32px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
       animation-delay: 0.1s;
}

.page-loading .object_three {
  top: 9px;
  left: 55px;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
       animation-delay: 0.2s;
}

.page-loading .object_four {
  top: 32px;
  left: 65px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
       animation-delay: 0.3s;
}

.page-loading .object_five {
  top: 55px;
  left: 55px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
}

.page-loading .object_six {
  top: 65px;
  left: 32px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
       animation-delay: 0.5s;
}

.page-loading .object_seven {
  top: 55px;
  left: 9px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
       animation-delay: 0.6s;
}

.page-loading .object_eight {
  top: 32px;
  left: 0px;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
       animation-delay: 0.7s;
}

@-webkit-keyframes page-loading-animate {
  25% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes page-loading-animate {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
         transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
}
@-o-keyframes page-loading-animate {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
       transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
  }
}
@keyframes page-loading-animate {
  50% {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
      -o-transform: scale(1.5, 1.5);
         transform: scale(1.5, 1.5);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
         transform: scale(1, 1);
  }
}
.empty-box {
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
}

.empty-box1 {
  padding: 0.2rem 0;
}

.empty-box img {
  display: inline-block;
  width: 2rem;
}

.empty-box .txt {
  color: #999;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

@media screen and (max-width: 900px) {
  .pc_show {
    display: none !important;
  }
  .yd_show {
    display: block !important;
  }
  .pc_nav {
    display: none;
  }
  .yd_nav {
    display: block;
    height: 50px;
    width: 100%;
  }
  .yd_nav .head {
    display: block;
    height: 50px;
    background: white;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    opacity: 1;
  }
  .content {
    min-width: auto;
    width: 92%;
    padding: 0;
  }
  .content-sm {
    padding: 0;
  }
  .con-head .title {
    font-size: 0.24rem;
  }
  .con-head .desc {
    font-size: 0.14rem;
  }
  .main {
    padding-bottom: 0;
  }
  .main-bg1 {
    background: #fff;
  }
  .btn_more {
    width: 1.06rem;
    height: 0.345rem;
  }
  .btn-more {
    color: #16528C;
  }
  .btn-more::before {
    background: #16528C;
  }
  .btn-more::after {
    color: #16528C;
  }
  .con-banner {
    min-width: auto;
  }
  /* 	.con-content {
  	padding: 0.2rem 0;
  }

  .con-content-top {
  	padding-top: 0.2rem;
  }

  .con-content-big {
  	padding: 0.4rem 0;
  }

  .con-content-big-top {
  	padding-top: 0.4rem;
  }
  */
  .con-title .line {
    width: 0.12rem;
    height: 0.01rem;
  }
  .con-title .title {
    margin-top: 0.16rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
  }
  .con-title .desc {
    font-size: 0.12rem;
    line-height: 100%;
    margin-top: 0.12rem;
  }
  .title1 {
    font-size: 0.2rem;
  }
  .con-container {
    display: block;
  }
  .con-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    border-bottom: 1px solid #F6F6F6;
  }
  .con-nav .title {
    display: none;
  }
  .con-nav .con-nav-list {
    padding: 0;
    background: none;
    border: 0;
  }
  .con-nav .nav {
    overflow-x: auto;
    white-space: nowrap;
  }
  .con-body .body .nav {
    display: none;
  }
  .con-nav .item:hover {
    background: none;
  }
  .con-nav .item {
    font-size: 0.15rem;
    display: inline-block;
    width: auto;
    margin-left: 0.2rem;
    text-indent: 0;
    height: 0.46rem;
    line-height: 0.46rem;
    padding-left: 0;
  }
  .con-nav .item.sub-2,
  .con-nav .item.sub-3 {
    padding-left: 0;
    color: #555;
  }
  .con-nav .item.active {
    font-size: 0.16rem;
    background: none;
    color: #1A1A1A;
    font-weight: bold;
  }
  .con-nav .item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.105rem;
    width: 0.21rem;
    height: 0.03rem;
    background: #D73E37;
    border-radius: 0.02rem;
  }
  .con-nav .item:first-child {
    margin-left: 0 !important;
  }
  .con-nav .sub {
    display: none;
  }
  .con-nav-cover {
    display: none;
  }
  .con-body {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 0.25rem;
  }
  .con-body .body {
    border-left: 0;
  }
  .con-body .body,
  .con-body .page {
    padding-left: 0;
  }
  .con-body .page {
    padding-top: 0.15rem;
    padding-bottom: 0;
  }
  .con_page a,
  .con_page span {
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.08rem;
    min-width: 0.36rem;
    font-size: 0.12rem;
    margin: 0 0.02rem;
  }
  .footer-pc {
    height: auto;
  }
  .footer-pc .name {
    font-size: 0.22rem;
    text-align: center;
  }
  .footer-content {
    padding: 0.2rem 0;
  }
  .footer-pc .line {
    width: 0.12rem;
    height: 0.01rem;
    margin: 0 auto;
    margin-top: 0.08rem;
  }
  .footer-pc .footer-bottom {
    font-size: 0.12rem;
    line-height: 1.6;
    text-align: left;
    height: auto;
    bottom: 0.24rem;
    border-top: 0;
    display: block;
    margin-top: 0;
  }
  .footer-pc .footer-bottom .txt {
    display: block;
  }
  .footer-pc .footer-bottom .beian {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-pc .footer-bottom .tags {
    height: 0.18rem;
    margin-left: 0.09rem;
  }
  .footer-pc .footer-bottom .qrcode-box {
    text-align: center;
    padding-top: 0.2rem;
  }
  .footer-pc .footer-bottom .left {
    float: none;
    display: block;
    line-height: 0.22rem;
    margin-left: 0;
  }
  .footer-pc .footer-bottom .right {
    float: none;
    display: block;
    /* line-height: 0.22rem; */
  }
  .footer-pc .footer-bottom .right .txt {
    display: block;
    width: 100%;
    line-height: 0.22rem;
    margin-left: 0;
  }
  .con_back {
    /* margin-top: 60px; */
    width: 100%;
  }
  .logo {
    margin-top: 0.5rem;
  }
  .logo img {
    width: 0.25rem;
    margin-left: 0.2rem;
    margin-top: -70px;
  }
  .con_page .ellipsis {
    padding: 0.08rem 0;
    margin: 0;
  }
  .not_found {
    padding: 0.4rem 0;
  }
  .not_found img {
    margin-bottom: 0.1rem;
    width: 1.8rem;
  }
  .not_found p {
    font-size: 0.13rem;
  }
  .empty-box {
    padding: 0.4rem 0;
  }
  .empty-box1 {
    padding: 0;
  }
  .empty-box img {
    width: 1.8rem;
  }
  .empty-box .txt {
    font-size: 0.14rem;
    margin-top: 0;
  }
  /**上边距**/
  .m-t-5 {
    margin-top: 0.025rem;
  }
  .m-t-20 {
    margin-top: 0.1rem;
  }
  .m-t-50 {
    margin-top: 0.25rem;
  }
  .m-t-10 {
    margin-top: 0.05rem;
  }
  .m-l-10 {
    margin-left: 0.05rem;
  }
  .m-l-20 {
    margin-left: 0.1rem;
  }
  .m-l-30 {
    margin-left: 0.15rem;
  }
  .m-r-10 {
    margin-right: 0.05rem;
  }
  .m-lr-5 {
    margin-left: 0.025rem;
    margin-right: 0.025rem;
  }
  .p-t-10 {
    padding-top: 0.05rem;
  }
  .p-t-20 {
    padding-top: 0.1rem;
  }
  .p-t-30 {
    padding-top: 0.15rem;
  }
  .p-t-40 {
    padding-top: 0.2rem;
  }
  .p-t-50 {
    padding-top: 0.25rem;
  }
  .p-lr-10 {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
  .p-lr-20 {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .p-lr-30 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .p-tb-20 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .p-tb-80 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .p-b-20 {
    padding-bottom: 0.1rem;
  }
  .p-t-60 {
    padding-top: 0.3rem;
  }
  .p-t-70 {
    padding-top: 0.35rem;
  }
  .p-b-80 {
    padding-bottom: 0.4rem;
  }
  /**高度**/
  .hei20 {
    width: 100%;
    height: 0.1rem;
  }
  .hei30 {
    width: 100%;
    height: 0.15rem;
  }
  .hei100 {
    width: 100%;
    height: 0.5rem;
  }
  .hei140 {
    width: 100%;
    height: 0.7rem;
  }
}